Fontface
Schaltet vorübergehend auf eine andere Schriftfamilie um.
Kindelemente
A, Action, B, Barcode, Br, Clip, Color, Fontface, ForAll, Frame, HSpace, I, Image, Loop, NoBreak, Span, Sub, Sup, Switch, U, URL, Value
Elternelemente
A, B, Case, Color, Fontface, ForAll, I, Li, Loop, NoBreak, Otherwise, Paragraph, Span, U, URL, Until, While
Attribute
- fontfamily(Text)
- 
Schaltet auf die angegebene Schriftfamilie um. 
Beispiel
<PlaceObject>
  <Textblock>
    <Paragraph fontfamily="Groß">
      <Value>Groß</Value>
      <Fontface fontfamily="text">
        <Value>normal</Value><B><Value>fett</Value></B>
      </Fontface>
    </Paragraph>
  </Textblock>
</PlaceObject>
Siehe auch
Das Kapitel Textformatierung.
